home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / cpucheck.zip / READ.ME < prev   
Text File  |  1990-04-30  |  4KB  |  98 lines

  1. CPUCHECK
  2.  
  3. (C)Copyright 1990 Spirit of Performance, Inc.
  4. All rights reserved.
  5.  
  6. 1. What CPUCHECK does
  7.  
  8. CPUCHECK tells you what kind of processor and math coprocessor is in your
  9. PC.  Possible types are 808x/8018x, 80286, 80386, and 80486.  When run, it
  10. displays a message similar to the one below.
  11.  
  12. Processor is 80386 with math coprocessor
  13.  
  14. If your PC has no math coprocessor, or if the PC is an 80486, the phrase
  15. "with math coprocessor" is omitted.  The Intel 80486 chip has its own built-in
  16. equivalent of the 80387 math coprocessor.
  17.  
  18. 2. Software included
  19.  
  20. The following files are included here, and may be redistributed only in their
  21. entirety.  If you write programs that require a minimum Intel processor to
  22. run, then you can use this software to check which processor is present.
  23.  
  24.  READ.ME    This file.
  25.  CPUCHECK.EXE    Executable version of CPUCHECK, compiled with Turbo Pascal 5.5.
  26.  CPUCHECK.PAS   Pascal source program for CPUCHECK.  Compatible with Borland
  27.         Turbo Pascal 4.0 or later and Microsoft Quick Pascal 1.0.
  28.         Uses CHIPS unit.
  29.  CHIPS.PAS      Pascal source program for CHIPS units.  Uses CHIPTYPE.OBJ.
  30.  CHIPS.QPU      Quick Pascal 1.0 CHIPS unit.
  31.  CHIPS.TPU      Turbo Pascal 5.5 CHIPS unit.
  32.  CHIPTYPE.ASM   Microsoft MASM 5.1 source for code that does the real work.
  33.  CHIPTYPE.OBJ   Microsoft MASM 5.1 object for CHIPTYPE.ASM.
  34.  
  35.  3. Acknowledgements
  36.  
  37.  Pat O'Shea wrote the original CHIPTYPE.ASM for C programmers.  His original
  38.  checks for all processor types up through an 80386/80387, including the
  39.  NEC V20.
  40.  
  41.  Ben Myers added logic to check for presence of an 80486, and verified that it
  42.  worked correctly.
  43.  
  44.  Page 3-42 of the Intel i486 Microprocessor Programmer's Reference Manual
  45.  contains a function that tells an 80486 from an 80386.  Like other Intel
  46.  references, this is a really good book, indispensible if you are writing
  47.  for the 80486.  The Intel order number is 240486-001, dated January 1990.
  48.  
  49.  
  50.  4. Our rights
  51.  
  52.  This software is donated to the public domain at no fee to anyone choosing
  53.  to use it.  If you incorporate some or all of the above software into your
  54.  software, commercial product or otherwise, give recognition to the authors.
  55.  That is all we ask.
  56.  
  57.  This software has been tested and found to work properly in its present form
  58.  on all of the above Intel microprocessors.  We have no liability whatsoever
  59.  for any damages arising from using any of the above software.
  60.  
  61.  5. Your rights
  62.  
  63.  We have not asked for a fee to acquire or use this software.  Should you
  64.  experience any difficulty whatsoever, you have no legal recourse against us.
  65.  
  66.  6. Protection from viruses
  67.  
  68.  PKUNZIP was run directing its report to be appended to this file.  The data
  69.  is correct for all files in the report except for READ.ME.
  70.  
  71. PKUNZIP (tm)    FAST!    Extract Utility    Version 1.01    07-21-89
  72. Copyright 1989 PKWARE Inc.  All Rights Reserved.  PKUNZIP/h for help
  73.  
  74. Searching ZIP: CPUCHECK.ZIP
  75.  
  76.  Length  Method   Size  Ratio   Date    Time   CRC-32  Attr  Name
  77.  ------  ------   ----- -----   ----    ----   ------  ----  ----
  78.    2464  Implode   1823  27%  04-30-90  08:00  98c153f2 --w  CPUCHECK.EXE
  79.     721  Implode    375  48%  04-30-90  08:00  8e805ac9 --w  CPUCHECK.PAS
  80.     592  Implode    460  23%  04-30-90  08:00  30409a3c --w  CHIPS.QPU
  81.     752  Implode    426  44%  04-30-90  08:00  7bb56d69 --w  CHIPS.TPU
  82.     566  Implode    460  19%  04-30-90  08:00  5111583c --w  CHIPS.PAS
  83.     336  Stored     336   0%  04-30-90  08:00  62e0d60a --w  CHIPTYPE.OBJ
  84.    9946  Implode   3839  62%  04-30-90  08:00  1f598ec5 --w  CHIPTYPE.ASM
  85.    2873  Implode   1571  46%  04-30-90  08:00  4ad06188 --w  READ.ME
  86.  ------          ------  ---                                 -------
  87.   18250            9290  50%                                       8
  88.  
  89.  Ben Myers
  90.  Spirit of Performance, Inc.
  91.  73 Westcott Road
  92.  Harvard, MA  01451  USA
  93.  tel.  508/456-3889
  94.  Publishers of Personal Measure, a performance measurement package for
  95.  IBM and compatible PCs, and system benchmarks.
  96.  
  97.  
  98.